From 2dd32cac04a17a8061977cb160d0f09fff39132b Mon Sep 17 00:00:00 2001 From: Andrew Cameron Date: Sat, 29 Jun 2019 21:45:09 -0500 Subject: [PATCH] ath79: increase kernel partition size for CPE610v1 Increase the Kernel partition to address the issue discussed here https://forum.openwrt.org/t/cpe610-v1-sysupgrade-bin-missing-too-big/39637/5 Switch Back to the okli Loader to support increased partition size Signed-off-by: Andrew Cameron Signed-off-by: Christian Lamparter [add <> for e-mail] --- src/tplink-safeloader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 1a54e92..78d80ac 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -303,8 +303,8 @@ static struct device_info boards[] = { {"default-mac", 0x30000, 0x00020}, {"product-info", 0x31100, 0x00100}, {"signature", 0x32000, 0x00400}, - {"os-image", 0x40000, 0x1c0000}, - {"file-system", 0x200000, 0x5b0000}, + {"os-image", 0x40000, 0x200000}, + {"file-system", 0x240000, 0x570000}, {"soft-version", 0x7b0000, 0x00100}, {"support-list", 0x7b1000, 0x00400}, {"user-config", 0x7c0000, 0x10000}, -- 2.30.2